Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qsv 0.117.0 #151157

Closed
wants to merge 1 commit into from
Closed

qsv 0.117.0 #151157

wants to merge 1 commit into from

Conversation

moonfruit
Copy link
Contributor

Created with brew bump-formula-pr.

release notes
## Highlights:
* `geocode`: added Federal Information Processing Standards (FIPS) codes to results for US places, so we can derive [GEOIDs](https://www.census.gov/programs-surveys/geography/guidance/geo-identifiers.html).  This paves the way to doing data enrichment lookups (starting with the US Census) in an upcoming release. 🦄 
* Added [Goal/Non-goals](https://github.com/jqnatividad/qsv#goals--non-goals), explicitly codifying what qsv is and isn't, and what we're trying to achieve with the toolkit.
* `excel`: CSV output processing is now multi-threaded, making it a bit faster. The bottleneck is still the Excel/ODS library we're using ([calamine](https://github.com/tafia/calamine)), which is single-threaded. But there are [active](https://github.com/tafia/calamine/issues/346) [discussions](https://github.com/tafia/calamine/issues/362) underway to make it much faster in the future. :horse_racing:
* Upgrading the MSRV to 1.73.0 has allowed us to use LLVM 17, which has resulted in a small performance boost. :horse_racing:

Added:

  • geocode: added Federal Information Processing Standards (FIPS) codes to results for US places.
  • Added Goals/Non-goals to README.md

Changed

Removed

  • excel: removed --progressbar option as Excel/ODS maximum sheet size is just too small (1,048,576 rows) to make it useful.

Fixed

Full Changelog: dathere/qsv@0.116.0...0.117.0

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Oct 16, 2023
@chenrui333
Copy link
Member

packageqsv v0.117.0 (/private/tmp/qsv-20231015-5446-1sii3m7/qsv-0.117.0) cannot be built because it requires rustc 1.73.0 or newer, while the currently active rustc version is 1.72.1

@chenrui333 chenrui333 added the pending-rust-update Blocked by `rust` upgrade PR label Oct 16, 2023
@chenrui333
Copy link
Member

gonna close it for now, will reopen once we got rust upgraded

@chenrui333 chenrui333 closed this Oct 16, 2023
@github-actions github-actions bot added the outdated PR was locked due to age label Nov 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 22, 2023
@moonfruit moonfruit deleted the bump-qsv-0.117.0 branch July 19, 2024 02:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` outdated PR was locked due to age pending-rust-update Blocked by `rust` upgrade PR rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants